InvWindow description ...


Properties


CharacterToUse

Character CharacterToUse

Gets/sets which character's inventory is displayed in this window.


ItemAtIndex

InventoryItem[] ItemAtIndex

Gets the inventory item at the specified index in the window.


ItemCount

int ItemCount

Gets the number of inventory items currently shown in the window.


ItemHeight

int ItemHeight

Gets the height of each row of items.


ItemsPerRow

int ItemsPerRow

Gets the number of items shown per row in this inventory window.


ItemWidth

int ItemWidth

Gets the width of each column of items.


RowCount

int RowCount

Gets the number of visible rows in this inventory window.


TopItem

int TopItem

Gets the index of the first visible item in the window.


Methods


ScrollDown

void ScrollDown()

Scrolls the inventory window down one row.


ScrollUp

void ScrollUp()

Scrolls the inventory window up one row.